home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
presto
/
prest_04.lha
/
src
/
defs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-08-08
|
325 b
|
25 lines
//
// some useful defs
//
typedef void *Objany;
typedef void (*PFany)(...); // include hidden "this"
extern void fatalerror();
extern void error(char *s);
#ifdef sun
#define private_t /**/
#define shared_t /**/
#endif sun
#ifdef vax
#define private_t /**/
#define shared_t /**/
#endif
#define HEX(x) (hex(long(x)))